placessidebar: Don't claim to support text dnd
authorBenjamin Otte <otte@redhat.com>
Mon, 17 Feb 2020 01:20:43 +0000 (02:20 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 17 Feb 2020 03:04:21 +0000 (04:04 +0100)
Because you don't. And never did.

gtk/gtkplacessidebar.c

index 4607dde4310458060a1415b2af46c02bd60f7069..9aa02c780e346ea2806631b992b109092aa2231a 100644 (file)
@@ -4090,7 +4090,6 @@ gtk_places_sidebar_init (GtkPlacesSidebar *sidebar)
 
   builder = gdk_content_formats_builder_new ();
   gdk_content_formats_builder_add_mime_type (builder, "DND_GTK_SIDEBAR_ROW");
-  gdk_content_formats_builder_add_gtype (builder, G_TYPE_STRING);
   sidebar->source_targets = gdk_content_formats_builder_free_to_formats (builder);
 
   sidebar->drag_row = NULL;